Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to export the results of `misstable summarize' to LaTeX

    I am dealing with missing data, and I would like to report the initial assessment of the problem.

    Example:
    Code:
    use https://www.stata-press.com/data/r18/mheart0
    misstable summarize
    This command produces the following result in the results window:

    Code:
                                                                   Obs<.
                                                    +------------------------------
                   |                                | Unique
          Variable |     Obs=.     Obs>.     Obs<.  | values        Min         Max
      -------------+--------------------------------+------------------------------
               bmi |        22                 132  |    132   17.22643    38.24214
      -----------------------------------------------------------------------------
    How can I export a LaTeX table with the results?
Working...
X